ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / OutputMergerStage Class / SetTargets Method / SetTargets(RenderTargetView[]) Method

In This Topic
    SetTargets(RenderTargetView[]) Method
    In This Topic

    Bind one or more render targets atomically and the depth-stencil buffer to the output-merger stage.

    Syntax
    'Declaration
     
    Public Overloads Sub SetTargets( _
       ByVal ParamArray renderTargetViews() As RenderTargetView _
    ) 
    public void SetTargets( 
       params RenderTargetView[] renderTargetViews
    )

    Parameters

    renderTargetViews
    See Also